home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
4810
/
4810.xpi
/
chrome
/
speeddial.jar
/
content
/
editPluginDial.xul
< prev
next >
Wrap
Extensible Markup Language
|
2010-01-31
|
2KB
|
60 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/"?>
<?xml-stylesheet href="chrome://speeddial/skin/editDial.css" type="text/css"?>
<!DOCTYPE dialog [
<!ENTITY % dialogDTD SYSTEM "chrome://speeddial/locale/editSpecialDial.dtd">
%dialogDTD;
<!ENTITY % editDialDTD SYSTEM "chrome://speeddial/locale/editDial.dtd">
%editDialDTD;
]>
<dialog xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/1999/xhtml"
id="editPluginDialDialog"
title="&dialogPlugin.title;"
ondialogaccept="return onOK(event)"
ondialogcancel="return onCancel(event)"
ondialogextra2="openFullEdit();"
onload="Startup();"
persist="screenX screenY width height"
buttons="accept,cancel,extra2"
buttonlabelextra2="&fullEdit.button;">
<script type="application/x-javascript" src="speeddialUtils.js"/>
<script type="application/x-javascript" src="editPluginDial.js"/>
<stringbundleset id="stringbundleset">
<stringbundle id="bundle_speeddial" src="chrome://speeddial/locale/speeddial.properties"/>
</stringbundleset>
<tabbox flex="1" id="pluginTypes">
<tabs>
<tab label="&editPlugin.gadget;"/>
<tab label="&editPlugin.custom;"/>
</tabs>
<tabpanels flex="1">
<tabpanel orient="vertical">
<description>&editPlugin.currentgadget;</description>
<hbox>
<textbox id="currentGadget" flex="1" readonly="true" value="&editPlugin.nogadget;"/>
</hbox>
<description>&editPlugin.newgadget;</description>
<hbox>
<textbox id="newGadget" flex="1"/>
</hbox>
<description>
&editPlugin.pregadgetlink;<text class="text-link" onclick="openURL('http://www.google.com/ig/directory?synd=open');" value="&editPlugin.gadgetlink;" />&editPlugin.postgadgetlink;
</description>
</tabpanel>
<tabpanel orient="vertical">
<hbox align="center" pack="start">
<label value="&url.label;" accesskey="&url.accesskey;" control="url"/>
<textbox id="url" type="autocomplete" autocompletesearch="history" completedefaultindex="true"
enablehistory="true" showcommentcolumn="true" flex="1"/>
</hbox>
</tabpanel>
</tabpanels>
</tabbox>
<separator class="thin"/>
</dialog>